Adwaita: Neuter frames in statusbars
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 05:34:25 +0000 (01:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Jun 2014 05:34:25 +0000 (01:34 -0400)
Too much.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 8350dc17a931f9faddc64d31030d25a05a13aa70..c69112ca3679c04ca4a71a1f5a8f22d4a489bf61 100644 (file)
@@ -39,6 +39,8 @@
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
 
+  -GtkStatusbar-shadow-type: none;
+
   // We use the outline properties to signal the focus properties
   // to the adwaita engine: using real CSS properties is faster,
   // and we don't use any outlines for now.
index 92c88bb08104f42b5b2d69be5012f36773f150d1..6df4ba602d2a083cc2c1537156b7bfbbd598768d 100644 (file)
@@ -54,6 +54,7 @@
   -GtkWindow-resize-grip-height: 0;
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
+  -GtkStatusbar-shadow-type: none;
   outline-color: rgba(238, 238, 236, 0.3);
   outline-style: dashed;
   outline-offset: -3px;
index 76341b22c270b2087f541ef8af2e00ed99b76ea4..bfa2ecf026816b8f9fb1c6edbe47509e9173611b 100644 (file)
@@ -54,6 +54,7 @@
   -GtkWindow-resize-grip-height: 0;
   -GtkDialog-button-spacing: 4;
   -GtkDialog-action-area-border: 0;
+  -GtkStatusbar-shadow-type: none;
   outline-color: rgba(46, 52, 54, 0.3);
   outline-style: dashed;
   outline-offset: -3px;